Union

ApiAuthenticationWithoutCredentials

An API authentication scheme parsed from an API definition file (for example: Basic, Bearer Token, API Key).

Types

ApiBasicAuthenticationWithoutCredentials
A Basic authentication scheme parsed from an API definition file.
ApiKeyAuthenticationWithoutCredentials
An API Key authentication scheme parsed from an API definition file.
ApiBearerTokenAuthenticationWithoutCredentials
A Bearer Token authentication scheme parsed from an API definition file.
ApiUnsupportedAuthenticationWithoutCredentials
An unsupported authentication scheme parsed from an API definition file.